RemoveCallBackFromTimeBase
Your clock component uses theRemoveCallBackFromTimeBase
function to remove a callback event from the list of scheduled callback events. The Movie Toolbox maintains this list.
pascal OSErr RemoveCallBackFromTimeBase (QTCallBack cb);
cb
- Specifies the callback event for the operation. Your clock component obtains this value from the parameters passed to your
ClockCallMeWhen
function (described on page 11-10).DESCRIPTION
Your component should call theRemoveCallBackToTimeBase
function when yourClockCancelCallBack
function determines that your component can cancel the callback event (see "Using the Callback Functions" beginning on page 11-8 for more information about theClockCancelCallBack
function).SPECIAL CONSIDERATIONS
Your component should call theRemoveCallbackFromTimeBase
function only for callback events that were successfully added to the schedule with theAddCallBackToTimeBase
function (described on page 11-16).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help